home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / PowerMacOberon feb96 / Text / KeplerLinks.Text (.txt) < prev    next >
Encoding:
Oberon Text  |  1995-04-11  |  1.8 KB  |  29 lines  |  [TEXT/.Ob4]

  1. Syntax12b.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10.Scn.Fnt
  5. Syntax24.Scn.Fnt
  6. Syntax12.Scn.Fnt
  7. Syntax12i.Scn.Fnt
  8. LinkElems
  9. Alloc
  10. System.Log
  11. MarkElems
  12. Alloc
  13. KeplerLinks
  14. ssenb
  15. ck, April 11, 1995
  16. Module KeplerLinks allows the setting of hypertext links between text documents and Kepler graphics.
  17. Links from texts to graphics
  18. These links go from a link element (
  19. ) in the text to a target (i.e., a constellation) in Kepler. To insert this kind of link, set the caret to the desired starting point of the link in the text, select the constellation that should become the target, and invoke the command
  20.     KeplerLinks.TextToGraphics
  21. (Do not forget to store both documents so that the link becomes permanent.)
  22. A middle click at the link element will open the respective Kepler viewer and select the target constellation. A middle-right click at the link element will show the data of the link (file name and unique target number) in a viewer for editing.
  23. Links from graphics to texts
  24. These links go from a Kepler button to a mark element (
  25. ) in some text. To insert this kind of link, set two focus points in Kepler designating the position of the button, select an existing mark element (or just any target position) in the text, and invoke the command
  26.     KeplerLinks.GraphicsToText
  27. Note that a Kepler button is invisible. It is simply a sensitive area on the screen that can be overlayed to some figure or string. A middle click at this area will open a text viewer and select the respective target element. A middle-right click at the button will print its contents to the Log viewer.
  28. In order to use KeplerLinks you also need the modules LinkElems, MarkElems and PopupElems.
  29.